home *** CD-ROM | disk | FTP | other *** search
/ Canadian Forces: A World of Opportunities / CanadianForces-AWorldOfOpportunities-WinMac.bin / 03_WayLife_FR.swf / scripts / DefineButton2_151 / BUTTONCONDACTION on(release).as
Text File  |  2006-07-20  |  302b  |  13 lines

  1. on(release){
  2.    if(System.capabilities.playerType == "StandAlone")
  3.    {
  4.       loadMovieNum("06_VirtualTour_FR.swf",1,"GET");
  5.    }
  6.    else if(System.capabilities.playerType == "ActiveX")
  7.    {
  8.       _root.gotoAndStop(2);
  9.       unloadMovieNum(0);
  10.       getUrl("vt_FR.html", "_parent");
  11.    }
  12. }
  13.